type crypto/hpke.mlkemPublicKey
7 uses
crypto/hpke (current package)
pq.go#L414: type mlkemPublicKey struct {
pq.go#L433: return &mlkemPublicKey{mlkem768, pub}, nil
pq.go#L435: return &mlkemPublicKey{mlkem1024, pub}, nil
pq.go#L449: func (pk *mlkemPublicKey) KEM() KEM {
pq.go#L453: func (pk *mlkemPublicKey) Bytes() []byte {
pq.go#L457: func (pk *mlkemPublicKey) encap() (sharedSecret []byte, encapPub []byte, err error) {
pq.go#L532: return &mlkemPublicKey{
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |